﻿.login {
    width: 100%;
    height: 65vh;
    display: flex;
    
  }
    .login .loginbox {
        background-color: #0066b3;
        color: #fff;
        top: 50%;
        left: 50%;
        width: 50%;
        margin-top: 8.5%;
        height: 60%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 70px 30px;
        border-radius: 25px;
    }
.loginbox img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -50px;
    left:  30%;
    position: absolute;
}

h1{
    margin: 0;
    padding: 0 0 2px;
    text-align:center;
    font-size: 22px;
}

.loginbox p{
    margin:0;
    padding:0;
    font-weight:bold;
}

.loginbox input{
    width: 100%;
    margin-bottom:20px;
}

.loginbox input[type="text"], input[type="password"]{
    border:none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
::-webkit-input-placeholder {
    color: lightskyblue;
}

.loginbox input[type="submit"]{
    border:none;
    outline:none;
    height: 40px;
    background: #fff;
    color: #0066b3;
    font-size: 18px;
    border-radius: 20px;

}

.loginbox input[type="submit"]:hover{
    cursor:pointer;
    background: #0094ff;
    color: #000;
 }

.loginbox a{
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: powderblue;
}

    .loginbox a:hover {
    color: #ffc107;
    }



@media(max-width:786px){
    .login {
        width: 100%;
        height: 50vh;
        display: flex;
    }

        .login .loginbox {
            background-color: #0066b3;
            color: #fff;
            top: 50%;
            left: 50%;
            width: 50%;
            margin-top: 8.5%;
            height: 60%;
            position: absolute;
            transform: translate(-50%,-50%);
            box-sizing: border-box;
            padding: 70px 30px;
            border-radius: 25px;
        }
}




.login {
    width: 100%;
    height: 65vh;
    display: flex;
}

    .login .loginbox {
        background-color: #0066b3;
        color: #fff;
        top: 50%;
        left: 50%;
        width: 50%;
        margin-top: 8.5%;
        height: 60%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 70px 30px;
        border-radius: 25px;
    }

.loginbox img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -50px;
    left: 30%;
    position: absolute;
}

h1 {
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    font-size: 22px;
}

.loginbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input {
    width: 100%;
    margin-bottom: 20px;
}

    .loginbox input[type="text"], input[type="password"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

::-webkit-input-placeholder {
    color: lightskyblue;
}

.loginbox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    color: #0066b3;
    font-size: 18px;
    border-radius: 20px;
}

    .loginbox input[type="submit"]:hover {
        cursor: pointer;
        background: #0094ff;
        color: #000;
    }



.loginbox a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: powderblue;
}

    .loginbox a:hover {
        color: #ffc107;
    }



@media(max-width:787px) {
    .login {
        width: 100%;
        height: 120vh;
        display: flex;
    }

        .login .loginbox {
            background-color: #0066b3;
            color: #fff;
            top: 50%;
            left: 50%;
            width: 70%;
            margin-top: 25%;
            height: 100%;
            position: absolute;
            transform: translate(-50%,-50%);
            box-sizing: border-box;
            padding: 70px 30px;
            border-radius: 25px;
        }

    .loginbox h1 {
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        font-size: 18px;
    }


    .loginbox input {
        width: 100%;
        margin-bottom: 15px;
    }

        .loginbox input[type="text"], input[type="password"] {
            height: 30px;
            font-size: 12px;
        }


        .loginbox input[type="submit"] {
            height: 40px;
            font-size: 18px;
        }

    .loginbox p {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 12px;
    }

    .loginbox a {
        font-size: 12px;
    }
}

.login {
    width: 100%;
    height: 65vh;
    display: flex;
}

    .login .loginbox {
        background-color: #0066b3;
        color: #fff;
        top: 50%;
        left: 50%;
        width: 50%;
        margin-top: 8.5%;
        height: 60%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 70px 30px;
        border-radius: 25px;
    }

.loginbox img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -50px;
    left: 30%;
    position: absolute;
}

h1 {
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    font-size: 22px;
}

.loginbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input {
    width: 100%;
    margin-bottom: 20px;
}

    .loginbox input[type="text"], input[type="password"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

::-webkit-input-placeholder {
    color: lightskyblue;
}

.loginbox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    color: #0066b3;
    font-size: 18px;
    border-radius: 20px;
}

    .loginbox input[type="submit"]:hover {
        cursor: pointer;
        background: #0094ff;
        color: #000;
    }

.loginbox a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: powderblue;
}

    .loginbox a:hover {
        color: #ffc107;
    }



@media(max-width:786px) {
    .login {
        width: 100%;
        height: 50vh;
        display: flex;
    }

        .login .loginbox {
            background-color: #0066b3;
            color: #fff;
            top: 50%;
            left: 50%;
            width: 50%;
            margin-top: 8.5%;
            height: 60%;
            position: absolute;
            transform: translate(-50%,-50%);
            box-sizing: border-box;
            padding: 70px 30px;
            border-radius: 25px;
        }
}




.login {
    width: 100%;
    height: 65vh;
    display: flex;
}

    .login .loginbox {
        background-color: #0066b3;
        color: #fff;
        top: 50%;
        left: 50%;
        width: 50%;
        margin-top: 8.5%;
        height: 60%;
        position: absolute;
        transform: translate(-50%,-50%);
        box-sizing: border-box;
        padding: 70px 30px;
        border-radius: 25px;
    }

.loginbox img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -50px;
    left: 30%;
    position: absolute;
}

h1 {
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    font-size: 22px;
}

.loginbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input {
    width: 100%;
    margin-bottom: 20px;
}

    .loginbox input[type="text"], input[type="password"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

::-webkit-input-placeholder {
    color: lightskyblue;
}

.loginbox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #fff;
    color: #0066b3;
    font-size: 18px;
    border-radius: 20px;
}

    .loginbox input[type="submit"]:hover {
        cursor: pointer;
        background: #0094ff;
        color: #000;
    }



.loginbox a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: powderblue;
}

    .loginbox a:hover {
        color: #ffc107;
    }



@media(max-width:787px) {
    .login {
        width: 100%;
        height: 120vh;
        display: flex;
    }

        .login .loginbox {
            background-color: #0066b3;
            color: #fff;
            top: 50%;
            left: 50%;
            width: 70%;
            margin-top: 25%;
            height: 100%;
            position: absolute;
            transform: translate(-50%,-50%);
            box-sizing: border-box;
            padding: 70px 30px;
            border-radius: 25px;
        }

    .loginbox h1 {
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        font-size: 18px;
    }


    .loginbox input {
        width: 100%;
        margin-bottom: 15px;
    }

        .loginbox input[type="text"], input[type="password"] {
            height: 30px;
            font-size: 12px;
        }


        .loginbox input[type="submit"] {
            height: 40px;
            font-size: 18px;
        }

    .loginbox p {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 12px;
    }

    .loginbox a {
        font-size: 12px;
    }
}

@media(min-width:900px) and (max-width:1200px) {
    .login {
        width: 100%;
        height: 120vh;
        display: flex;
    }

        .login .loginbox {
            background-color: #0066b3;
            color: #fff;
            top: 40%;
            left: 50%;
            width: 70%;
            margin-top: 25%;
            height: 110%;
            position: absolute;
            transform: translate(-50%,-50%);
            box-sizing: border-box;
            padding: 70px 30px;
            border-radius: 25px;
        }

    .loginbox h1 {
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
        font-size: 35px;
    }


    .loginbox input {
        width: 100%;
        margin-bottom: 25px;
    }

        .loginbox input[type="text"], input[type="password"] {
            height: 50px;
            font-size: 14px;
        }


        .loginbox input[type="submit"] {
            height: 50px;
            font-size: 25px;
        }

    .loginbox p {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 18px;
    }

    .loginbox a {
        font-size: 15px;
    }
}